From 0e8f43405ebeefb5e017ff7e6796505cfccced90 Mon Sep 17 00:00:00 2001 From: Jimi Xenidis Date: Sun, 20 Aug 2006 11:07:52 -0400 Subject: [PATCH] [XEN][POWERPC] remove .data.* catch-all from linker script Signed-off-by: Jimi Xenidis Signed-off-by: Hollis Blanchard --- xen/arch/powerpc/xen.lds.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/powerpc/xen.lds.S b/xen/arch/powerpc/xen.lds.S index 8d087e418d..ea2e56725a 100644 --- a/xen/arch/powerpc/xen.lds.S +++ b/xen/arch/powerpc/xen.lds.S @@ -107,7 +107,7 @@ SECTIONS PROVIDE (__fini_array_end = .); .data : { - *(.data .data.* .gnu.linkonce.d.*) + *(.data .gnu.linkonce.d.*) SORT(CONSTRUCTORS) } -- 2.30.2